home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // ReadWriteString
- // by Charles Lloyd
- ////////////////////////
-
- MyReadWriteString: ReadWriteString {
- value = aString;
- isEditable = isEditable;
- };
-
- SetEditableButton: WOSubmitButton {
- action = toggleEditable;
- value = buttonString;
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "ReadWriteString";
- };
-
- ShowSourceControls: ShowSource {
- componentName = "ReadWriteString";
- };
-